projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d24a0e9
)
Ignore pthread allocations in valgrind
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Mar 2021 01:43:59 +0000
(21:43 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Mar 2021 01:43:59 +0000
(21:43 -0400)
gtk.supp
patch
|
blob
|
history
diff --git
a/gtk.supp
b/gtk.supp
index 1211eeea2c7d59e9114a959c1ea5a94643224e64..927d6f102be5a8243585f060da9e1b8fd350dde2 100644
(file)
--- a/
gtk.supp
+++ b/
gtk.supp
@@
-285,3
+285,11
@@
...
fun:g_intern_static_string
}
+
+# Threads
+{
+ pthread
+ Memcheck:Leak
+ fun:calloc
+ fun:_dl_allocate_tls
+}